runtime.gobuf.lr (field)
14 uses
runtime (current package)
heapdump.go#L349: lr = gp.sched.lr
panic.go#L1129: gp.sched.lr = 0
proc.go#L2117: gp.sched.lr = 0
proc.go#L3946: gp.sched.lr = 0
runtime2.go#L341: lr uintptr
stack.go#L975: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
stack.go#L994: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L995: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L998: traceback(morebuf.pc, morebuf.sp, morebuf.lr, gp)
stack.go#L1004: thisg.m.morebuf.lr = 0
stack.go#L1045: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L1046: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
traceback.go#L164: lr0 = gp.sched.lr
traceback.go#L304: frame.lr = gp.sched.lr
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |